summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Guillem Jover [Sun, 6 Aug 2023 18:56:10 +0000 (20:56 +0200)]
[PATCH libaio 04/16] build: Remove all test artifacts on clean
We create these artifacts when running the test suite, so should remove
them when running the clean target.
Reported-by: Lucas Nussbaum <lucas@debian.org>
Signed-off-by: Guillem Jover <guillem@hadrons.org>
Gbp-Pq: Name 0004-build-Remove-all-test-artifacts-on-clean.patch
Guillem Jover [Sun, 12 Apr 2020 02:01:27 +0000 (04:01 +0200)]
[PATCH libaio 03/16] build: Honor user build flags
CPPFLAGS, CFLAGS and LDFLAGS are user flags, which we need to preserve,
regardless of the user passing them over the environment or the
command-line. Any required flag that the build system needs, has to be
set in some other flag (which we will namespace with «MK_») so that the
build will use even if the user flags are passed, even though the user
should be able to override by appending after them. We pass CPPFLAGS to
any compilation command that missed them.
Signed-off-by: Guillem Jover <guillem@hadrons.org>
Gbp-Pq: Name 0003-build-Honor-user-build-flags.patch
Guillem Jover [Sun, 12 Apr 2020 01:58:12 +0000 (03:58 +0200)]
[PATCH libaio 02/16] build: Fix DESTDIR and pathname variables handling
The convention for DESTDIR is that it is only prefixed during the
install target. In this case we postpone that to the inner Makefile
so that it can be invoked directly while preserving the expected
semantics. We should also prefer the user specified pathname variables
if already set in any way, and do not need to pass them explicitly
to the sub-make.
Signed-off-by: Guillem Jover <guillem@hadrons.org>
Gbp-Pq: Name 0002-build-Fix-DESTDIR-and-pathname-variables-handling.patch
Guillem Jover [Sun, 10 Oct 2021 04:14:51 +0000 (06:14 +0200)]
[PATCH libaio 01/16] man: Fix typos
From
f95e1898b6efd3eaf50273bd1c5a8a40816b5160 Mon Sep 17 00:00:00 2001
Origin: vendor
Forwarded: https://marc.info/?l=linux-aio&m=
164999309220532
Warned-by: lintian
Signed-off-by: Guillem Jover <guillem@hadrons.org>
Gbp-Pq: Name 0001-man-Fix-typos.patch
Guillem Jover [Sun, 6 Aug 2023 19:12:34 +0000 (20:12 +0100)]
libaio (0.3.113-5) unstable; urgency=medium
* Wrap fields in debian/tests/control.
* Fix upstream build system to remove all test artifacts on clean.
Reported by Lucas Nussbaum <lucas@debian.org>.
[dgit import unpatched libaio 0.3.113-5]
Guillem Jover [Sun, 6 Aug 2023 19:12:34 +0000 (20:12 +0100)]
Import libaio_0.3.113-5.debian.tar.xz
[dgit import tarball libaio 0.3.113-5 libaio_0.3.113-5.debian.tar.xz]
Guillem Jover [Tue, 19 Apr 2022 01:22:49 +0000 (02:22 +0100)]
Import libaio_0.3.113.orig.tar.gz
[dgit import orig libaio_0.3.113.orig.tar.gz]